home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00069.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  211 b   |  10 lines

  1. on exitFrame
  2.   go(marker(0))
  3.   if the movieTime of sprite 3 > 10 then
  4.     set the movieRate of sprite 3 to -1
  5.   end if
  6.   if the movieTime of sprite 3 < 5 then
  7.     set the movieRate of sprite 3 to 1
  8.   end if
  9. end
  10.